home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 4 / Amiga Format AFCD04 (Sep 1996, Issue 88).iso / serious / commercial / stormc-demo / include / pragma / diskfont_lib.h < prev    next >
C/C++ Source or Header  |  1996-07-12  |  684b  |  31 lines

  1. #ifndef _INCLUDE_PRAGMA_DISKFONT_LIB_H
  2. #define _INCLUDE_PRAGMA_DISKFONT_LIB_H
  3.  
  4. /*
  5. **  $VER: diskfont_lib.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #ifndef  CLIB_DISKFONT_PROTOS_H
  13. #include <clib/diskfont_protos.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #pragma amicall(DiskfontBase, 0x1e, OpenDiskFont(a0))
  21. #pragma amicall(DiskfontBase, 0x24, AvailFonts(a0,d0,d1))
  22. #pragma amicall(DiskfontBase, 0x2a, NewFontContents(a0,a1))
  23. #pragma amicall(DiskfontBase, 0x30, DisposeFontContents(a1))
  24. #pragma amicall(DiskfontBase, 0x36, NewScaledDiskFont(a0,a1))
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #endif
  31.